Skip to content

Add explicit startup confirmation message#112

Draft
Copilot wants to merge 2 commits intomainfrom
copilot/check-agent-status
Draft

Add explicit startup confirmation message#112
Copilot wants to merge 2 commits intomainfrom
copilot/check-agent-status

Conversation

Copy link

Copilot AI commented Mar 2, 2026

HeatFlow had no immediate output confirming the program had successfully started execution.

Changes

  • src/heatflow.f90: Added write(*,*) 'HeatFlow is running' as the first output statement, before the setup phase begins
CALL cpu_time(cpustart)

write(*,*) 'HeatFlow is running'   ! new
write(*,*) 'Setup initialising'
Original prompt

can you confirm you are running?

Created from VS Code.


💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

Co-authored-by: fd9034 <162725450+fd9034@users.noreply.github.com>
Copilot AI changed the title [WIP] Confirm agent is running correctly Add explicit startup confirmation message Mar 2, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants